The WINDLL directory of this disk contains files providing access to the
E1430 library from Microsoft Windows programs, such as those developed
in the Microsoft Visual Basic development environment.  These files are
not fully tested and should be treated as pre-released code.  The only
computer configuration supported is the Radisys EPC-7 imbedded VXI
controller.  The SICL I/O library is not required; however the Radisys
Bus Manager is required.  This is provided by the EPCDICW.DLL file
included in the EPConnect software included with the Radisys controller.

E1430.DLL contains the E1430 library functions. This file must be placed 
in a directory on the PATH, usually the WINDOWS\SYSTEM directory. Nearly 
all the functions described in the E1430A Software Support Manual are 
implemented in this dynamically linked library.

E1430.LIB contains the code to load and initialize E1430.DLL.

E1430.BAS is a text file with the constant definitions and function 
declarations necessary to access the E1430.DLL from Microsoft Visual 
Basic programs. When calling those functions which pass arrays as 
parameters, the Visual Basic programmer must follow the guidelines 
detailed in the Visual Basic Programmer's Guide section on calling DLLs 
from Visual Basic. Care must be used to assure that the array is of 
sufficient size for the function call being executed. Otherwise the 
library function may cause an application error which will terminate 
Visual Basic. The E1430.BAS file can be added to an application by 
selecting AddFile..  from the File menu.


